home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3vcube.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_VCUBE_H = 1;
- include("real/raytr/r3frobj.js")
- include("oops/r3vector.js")
-
-
- var R3CLID_VCUBE = 450;
-
-
-
-
- R3VCUBEA_P = 450500;
- function SetR3VCUBEA_P(value) {
- R3Set(this.r3obj, R3VCUBEA_P, value, R3TID_VECTOR, 0);
- }
-
- function GetR3VCUBEA_P() {
- return R3Get(this.r3obj, R3VCUBEA_P, R3TID_VECTOR, 0);
- }
-
-
-
- function r3Vcube () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_VCUBE, arguments);
- }
- // Attributes
- this.GetP=GetR3VCUBEA_P;
- this.SetP=SetR3VCUBEA_P;
- }
-
- r3Vcube.prototype=new r3Frobject;
- // r3vcube.h_H